Manual, page 126-127, DrawEllipse, DrawLine, and DrawRectangle properties of vsDraw.
The book and the Help file incorrectly states that X1, X2, Y1, and Y2 values are
single precision.
These values, as correctly indicated by their ampersand suffixes, are type Long.
================================================
CORRECTED PROBLEMS 9 Feb 98
================================================
vsPrinter
Archive method filenames should be checked
ArchiveInfo does not check for invalid file names
ArchiveInfo does not check for invalid files
ArchiveInfo has no range checking
Japanese RTF does not work
LoadDoc doesn't fire error with invalid file
RenderControl does not print the exact VSFLEX
Setting PaperHeight/Width fires two errors
TableBorder settings do the same thing
TextAlign = Justified does not account for IndentFirst
TextBox auto height calculation is wrong
TwipsPerPixelX/Y return a wrong value
UAE when invalid path set to Archive
UAE when MarginBottom is set to a very large value (> 10 inches)
Unreadable characters in Abort Dialog
================================================
End of entries for build 14 9 Feb 98
================================================
================================================
CORRECTED PROBLEMS 13 Jan 98
================================================
vsPrinter
Quality of printing of graphics improved
ViewPort
16-bit control does not always show scrollbars
================================================
End of entries for this build 13 Jan 98
================================================
================================================
NEW EVENTS, PROPERTIES AND METHODS 30 Oct 97
================================================
None.
================================================
DOCUMENTATION CHANGES 30 Oct 97
================================================
------------------------------------------------
Manual, page 44-46, CalcParagraph, CalcPicture, CalcTable, CalcText, and CalcTextRTF Properties,
Manual, page 65-66, Measure and Measuring Properties:
All calculating and measuring properties work only between StartDoc and EndDoc.
-----------------------------------------------
Manual, page 70, NewLine Event:
NewLine event is not fired when printing RTF text.
------------------------------------------------
Manual, page 75-76, PaperBin Property:
To accommodate the newest types of printers, PaperBin allows setting in the 255-258 range.
------------------------------------------------
Manual, page 132, TextAngle Property:
This property has effect only if the vsPrinter uses a fully scalable (TrueType, PostScript) font.
================================================
CORRECTED PROBLEMS 30 Oct 97
================================================
vsInForm
OnTop property ignored at runtime
vsPrinter
Action 1 does not print RTF text
vsPrinter 16 bits does not print header and footer
VB5 Controls placed in vsPrinter are not scrolled by the ViewPort
vsViewPort
ViewPort does not scroll a label
================================================
End of entries for this build 30 Oct 97
================================================
================================================
Initial release 20 Oct 97
================================================
================================================
VSVIEW DataReporter (32 bits only)
================================================
Now your users can dynamically generate data aware reports without writing a single line of code.
================================================
New Features
================================================
Archive and ArchiveInfo methods: allows the programmer to add meta data (comments, document information, datafiles, ...) to report files. Greatly improved data compression over VSVIEW 2.0
Overlay graphics and text. Overlays is a new functionality of the vsPrinter control. It allows you to add or edit any page at any time, even after the report is created! For instance, with Overlays you can implement "Page 1 of X" functionality.
Full RTF Support in textboxes, tables, headers, and footers (32 bits only)
Enhanced zooming, scrolling, and panning
New Methods: ClientToPage x, y and PageToClient x, y
Multi-line headers and footers
Improved design time environment with preview guides
Picture property and Copy to Clipboard now create enhanced metafiles and include the overlays.
New printer settings - (PageCount, StartDoc file, etc.)
Save to PCL or PostScript
Enhanced tables - RTF support and adjustable table border thickness (TablePen, TablePenTB, TablePenLR)
Printer device selection may or may not alter the default printer setting for the entire Windows (DefaultDevice property)
IntelliMouse support for scrolling and zooming
================================================
New Events, Properties, and Methods
================================================
All events new to this initial release are fully documented.
================================================
WARNINGS AND CAVEATS
================================================
To use VSVIIEW3 under Windows NT4, you have to have Service Pack 2 or later installed.
Correct function of VSVIEW3 under Windows NT4 without SP2 or later is not guaranteed.
VSVIEW3 depends of MFC42.DLL. (Version 2 used MFC40.DLL.)
================================================
DOCUMENTATION CHANGES
================================================
------------------------------------------------
None.
================================================
CORRECTED PROBLEMS
================================================
Not applicable for the initial release.
================================================
WAIVERS
================================================
VSVIEW3 16 bits (Vsview3-.OCX) does not have the Appearance property.
Waiver: This property is not available to 16 bit OCX controls.
TextAngle does not work with bitmapped fonts.
Certain settings of Zoom may cause incorrect display of text printed in bitmapped fonts.
Waiver: These properties work correctly only with PostScript and TrueType fonts.
================================================
KNOWN PROBLEMS
================================================
Custom form with InForm with CustomFrame changes both dimensions when resized in only one direction.